summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-02-07Update copyright yearHEADmasterJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-02-07new entry: stuffJohannes Löthberg2-0/+6
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-02-05Update about.rstJohannes Löthberg1-3/+3
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-12-25Set font-family and text-renderingJohannes Löthberg1-0/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-12-12Switch to html5_polyglot writerJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-12-06Add matrix.to linkJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-12-05Fix broken tag structureJohannes Löthberg1-1/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-27Add a ruby character roleJohannes Löthberg1-1/+22
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-27Resize rems to 100% root font-size rather than pixel-ishJohannes Löthberg1-20/+17
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-22Remove linkJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-22about: drop twitterJohannes Löthberg1-3/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-22Style contacts list more nicelyJohannes Löthberg2-6/+9
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-22about: Add matrix addressJohannes Löthberg1-2/+3
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-19testing-phabricator: TagsJohannes Löthberg1-1/+5
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-19testing-phabricator: add noteJohannes Löthberg1-0/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-19new entry: Testing PhabricatorJohannes Löthberg2-0/+8
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-17publish: Remove extension from fileJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-17new entry: cffi-alpm: A New HopeJohannes Löthberg2-2/+18
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16Maxe body max-width 60remJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16Justify body textJohannes Löthberg1-0/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16Set viewport properly for mobileJohannes Löthberg1-0/+1
> The width property controls the size of the viewport. It can be set to > a specific number of pixels like width=600 or to the special value > device-width which is the width of the screen in CSS pixels at a scale > of 100%. > > The initial-scale property controls the zoom level when the page is > first loaded. — https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16entry: Only add post-nav div if older or newer is givenJohannes Löthberg1-1/+3
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16entry: Make header container actually a header tagJohannes Löthberg1-2/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16Use 62.5% base font size and proper rem everywhereJohannes Löthberg1-9/+24
https://snook.ca/archives/html_and_css/font-size-with-rem Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-16Use rem instead of emJohannes Löthberg1-10/+10
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15entry: Comma separate tag listJohannes Löthberg1-3/+3
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Don't use gray for tagsJohannes Löthberg1-6/+0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Tag existing entriesJohannes Löthberg1-2/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Add support for entry tagsJohannes Löthberg4-3/+54
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Remove old footer styleJohannes Löthberg1-3/+0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15layout: use padded-box class for the contentJohannes Löthberg1-5/+5
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15entry: Wrap navigation in naw tagsJohannes Löthberg1-0/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Pass templates to build functionsJohannes Löthberg1-9/+9
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Add title to archiveJohannes Löthberg3-8/+12
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15build: Prepare for tags by making build_archive a bit more genericJohannes Löthberg1-3/+3
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Move metadata loading to load_metadataJohannes Löthberg1-5/+5
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Merge build_entry and build_indexJohannes Löthberg2-51/+13
No need to special-case this anymore with unpublished pages. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Simplify older/newer logicJohannes Löthberg2-10/+5
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Rename entries.json to metadata.jsonJohannes Löthberg4-3/+3
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Add about me pageJohannes Löthberg3-0/+19
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15reformat entries.jsonJohannes Löthberg1-10/+10
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Add publish scriptJohannes Löthberg2-0/+31
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Makefile: Drop explicit pythonJohannes Löthberg2-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Move scripts to scripts/Johannes Löthberg4-0/+6
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15build: Add support for unpublished entriesJohannes Löthberg1-16/+29
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Add entry title to navigation linksJohannes Löthberg2-4/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Fix up paddingsJohannes Löthberg2-7/+6
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15Oops, forgot to fix templates after slug -> file renameJohannes Löthberg2-4/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-15add new entry: "style.rst"Johannes Löthberg2-0/+8
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-11-12Indent header, article, and footer the same amountJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>