all repos
— archive/homestead
@ 2017
My future indieweb platform
summary
refs
tree
log
Allow config file to be specified
2017
8 years ago
Alan Pearce
Add tags listing
8 years ago
Alan Pearce
Reify taxonomies into just tags.
8 years ago
Alan Pearce
chore: Add license
8 years ago
Alan Pearce
fix: setup toml parser for gray-matter
8 years ago
Alan Pearce
Merge remote-tracking branch 'gitlab/master'
8 years ago
Alan Pearce
chore: Add node engine
8 years ago
Alan Pearce
Upgrade major packages
8 years ago
Alan Pearce
chore: Update wild packages (except cheerio)
8 years ago
Alan Pearce
feat: Create feed handler for root
8 years ago
Alan Pearce
chore: Update predentation
8 years ago
Alan Pearce
refactor: assign responders to actions via front controller
8 years ago
Alan Pearce
fix(Responders): Don't assume templates are HTML
8 years ago
Alan Pearce
Add site description
8 years ago
Alan Pearce
Add rel=me links
8 years ago
Alan Pearce
Move author config to top-level
8 years ago
Alan Pearce
feat: Add posts listing
8 years ago
Alan Pearce
feat: Add code block highlighting
8 years ago
Alan Pearce
feat: add configurable navigation
8 years ago
Alan Pearce
test: Remove duplicated test assertions
8 years ago
Alan Pearce
feat: Use microformats classes
8 years ago
Alan Pearce
feat: Add date to posts
8 years ago
Alan Pearce
test: Ensure pages are utf-8 HTML
8 years ago
Alan Pearce
test: add description to basic tests
8 years ago
Alan Pearce
fix(Responders): fix incorrect post URLs
8 years ago
Alan Pearce
feat(taxon): Show taxonomy term in title
8 years ago
Alan Pearce
fix: fix combination of layout and page templates
8 years ago
Alan Pearce
refactor: Extract logic to get template indent level
8 years ago
Alan Pearce
Switch templating to hyperfast
8 years ago
Alan Pearce
feat: Add photo to marked-up h-chard
8 years ago
Alan Pearce
Delete bundled post
8 years ago
Alan Pearce
feat(cli): accept argument for site directory
8 years ago
Alan Pearce
feat: add basic h-card to homepage header
8 years ago
Alan Pearce
chore: Restart ava when templates change
8 years ago
Alan Pearce
fix: add page title to header
8 years ago
Alan Pearce
chore: Install node-dev for a nicer dev server
8 years ago
Alan Pearce
fix: Add missing doctype via stream concat
8 years ago
Alan Pearce
test: Use cheerio for DOM testing
8 years ago
Alan Pearce
feat: load config from cwd and merge with defaults
8 years ago
Alan Pearce
refactor: remove console.log
8 years ago
Alan Pearce
chore: Setup eslint directly for better editor integration
8 years ago
Alan Pearce
feat: beautify HTML output
8 years ago
Alan Pearce
refactor: Replace stream-array with highland
8 years ago
Alan Pearce
fix(responders): replace <main> from layout
8 years ago
Alan Pearce
refactor: move markdown rendering to domain
8 years ago
Alan Pearce
feat: add some security with helmet
8 years ago
Alan Pearce
style: use simpler syntax for setting response type
8 years ago
Alan Pearce
test: ensure 404s work
8 years ago
Alan Pearce
text: improve wording of taxonomy 404
8 years ago
Alan Pearce
refactor: re-architect to be closer to ADR
8 years ago
Alan Pearce
refactor: separate app, responders
8 years ago
Alan Pearce
refactor: Separate templates into layout/body
8 years ago
Alan Pearce
feat: Streaming DOM templates via rheo
8 years ago
Alan Pearce
feat: add link helper to view globals
8 years ago
Alan Pearce
Add some basic HTML
8 years ago
Alan Pearce
Fix posts directory default configuration
8 years ago
Alan Pearce
feat: Serve static files under ./static
8 years ago
Alan Pearce
feat: make templates extend common layout
8 years ago
Alan Pearce
rename 'tag' view to 'term'
8 years ago
Alan Pearce
feat: make taxonomies configurable
8 years ago
Alan Pearce
feat: use configly/TOML for configuration
8 years ago
Alan Pearce
Rename templates to njk
8 years ago
Alan Pearce
feat(posts): render posts as markdown
8 years ago
Alan Pearce
refactor: move tag indexing of posts to Posts
8 years ago
Alan Pearce
feat: add tags endpoint
8 years ago
Alan Pearce
feat: add single post endpoint
8 years ago
Alan Pearce
chore: ensure test files are prettier
8 years ago
Alan Pearce
refactor(posts): Clarify what options are for
8 years ago
Alan Pearce
refactor: metadata -> posts
8 years ago
Alan Pearce
fix(metadata): make return values consistent
8 years ago
Alan Pearce
chore: configure tern
8 years ago
Alan Pearce
feat: Parse front matter as metadata
8 years ago
Alan Pearce
Move tests to test/
8 years ago
Alan Pearce
feat: Use nunjucks templates via koa-nunjucks-next
8 years ago
Alan Pearce
chore: Set up pre-commit hook for formatting
8 years ago
Alan Pearce
chore: add editorconfig file
8 years ago
Alan Pearce
feat: setup basic web server
8 years ago
Alan Pearce
chore: Configure formatting with prettier and standard
8 years ago
Alan Pearce
Initial commit
8 years ago
Alan Pearce
Add .gitlab-ci.yml
8 years ago
Alan Pearce