A minimalistic structured Twitter-like theme for Reptar, a static site generator built with Node JS.
Theme demo: http://reptar-theme-breeze.netlify.com/
- Code highlighting.
- Responsive design.
- Sitemap.
- Good content structure.
- Get Reptar.
- Init a new Reptar project.
- Clone this repository to another folder.
- Replace your current project's files and folders with the ones from this repo.
- Replace:
_config.yml
- Replace:
package.json
- Replace:
_themes
- Add:
_content
The _content
folder is unique to this theme. It lets us save all of our posts and pages into a logical structure. Maybe some time in the future Reptar will have this by default (fingers crossed).
After you've done this it should work to use the reptar watch
or reptar build
+ reptar serve
commands in your terminal.