https://github.com/7mind/blog
Source code of blog.7mind.io
https://github.com/7mind/blog
blog
Last synced: 3 months ago
JSON representation
Source code of blog.7mind.io
- Host: GitHub
- URL: https://github.com/7mind/blog
- Owner: 7mind
- Created: 2019-04-20T22:47:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-24T14:19:30.000Z (4 months ago)
- Last Synced: 2026-02-24T18:55:55.638Z (4 months ago)
- Topics: blog
- Language: SCSS
- Homepage: https://blog.7mind.io
- Size: 3.19 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
```bash
# one-time
direnv allow
# local test server
bundle install
bundle exec jekyll serve --livereload --incremental
# production-like build verification
JEKYLL_ENV=production bundle exec jekyll build
```