commit 057ebf6374e586625028e2a49dc91458310139c1 Author: Michael Zhang Date: Tue Nov 3 17:53:38 2020 -0600 initial diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..e4b7418 --- /dev/null +++ b/config.toml @@ -0,0 +1,3 @@ +baseURL = "http://example.org/" +languageCode = "en-us" +title = "My New Hugo Site" diff --git a/content/rivest-three-ballot.md b/content/rivest-three-ballot.md new file mode 100644 index 0000000..66f4c99 --- /dev/null +++ b/content/rivest-three-ballot.md @@ -0,0 +1,9 @@ ++++ +title = "ThreeBallot voting system by Ron Rivest" +document = "/Rivest-TheThreeBallotVotingSystem.pdf" ++++ + +A paper proposing an interesting paper-voting system that has several strong +privacy guarantees by requiring voters to vote using 3 ballots instead of 1, +and distributing the information (which candidate they're voting for) across +all 3. diff --git a/content/type-driven-development.md b/content/type-driven-development.md new file mode 100644 index 0000000..a164d00 --- /dev/null +++ b/content/type-driven-development.md @@ -0,0 +1,3 @@ ++++ +title = "Type Driven Development with Idris" ++++ diff --git a/layouts/home.html b/layouts/home.html new file mode 100644 index 0000000..56b96de --- /dev/null +++ b/layouts/home.html @@ -0,0 +1,35 @@ + + reading list + + + +

reading list

+ + diff --git a/static/Rivest-TheThreeBallotVotingSystem.pdf b/static/Rivest-TheThreeBallotVotingSystem.pdf new file mode 100644 index 0000000..83479a5 Binary files /dev/null and b/static/Rivest-TheThreeBallotVotingSystem.pdf differ