Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kraklin/elm-pages-blog-starter
Starter template for blog with elm-pages
https://github.com/kraklin/elm-pages-blog-starter
Last synced: about 1 month ago
JSON representation
Starter template for blog with elm-pages
- Host: GitHub
- URL: https://github.com/kraklin/elm-pages-blog-starter
- Owner: kraklin
- Created: 2023-09-06T08:10:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-13T15:17:32.000Z (12 months ago)
- Last Synced: 2024-12-01T12:34:56.186Z (about 1 month ago)
- Language: Elm
- Size: 6.16 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starter kit for blog with elm-pages
## Demo
[https://elm-pages-blog-template.netlify.app/](https://elm-pages-blog-template.netlify.app/)
## Goals
- easy to start with
- easy to style and change
- prefer elm packages over JS
- nice default layout that is responsive# Roadmap
- ~~Layout~~
- ~~Blogposts~~
- ~~Tags~~
- ~~About page~~
- ~~Syntax highlighting of code~~
~~- cover all supported languages~~
- ~~Previous and next links in blogposts~~
- ~~Images~~
- ~~main image in header and in SEO ~~
- ~~inserting images in body of blogposts~~
- ~~drafts~~
- ~~don't show them on production, but show them on localhost~~
- ~~support slug override in frontmatter~~
- ~~Display author of the post~~
- SEO support refactoring
- Display information about all authors
- 404 pageNice to have later:
- Show authors posts on about page
- Support blogposts series
- Edited date
- Highlight code lines