https://github.com/geovation/geovation.github.io
Geovation technical blog
https://github.com/geovation/geovation.github.io
Last synced: about 1 year ago
JSON representation
Geovation technical blog
- Host: GitHub
- URL: https://github.com/geovation/geovation.github.io
- Owner: Geovation
- License: mit
- Created: 2016-12-14T12:08:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:40:59.000Z (about 3 years ago)
- Last Synced: 2025-02-26T07:43:56.138Z (over 1 year ago)
- Language: SCSS
- Size: 41.9 MB
- Stars: 3
- Watchers: 7
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# What is it ?
This is the site published in https://geovation.github.io
Github runs Jekyll automatically. So you can write Jekyll markdown pages and Github will convert it in a website. In this site, we are using a template called [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/)
More info about Jekyll in https://jekyllrb.com/
# How to write a new blog ?
just create a new page in `_posts` using the naming convention (data_title.md). See the existing ones !
# How to test ?
just run `docker-compose up` and open `http://localhost:4000` with a browser with `open http://localhost:4000`.
To update the packages just run `docker run --rm --volume="$PWD:/srv/jekyll" -it jekyll/jekyll bundle update`
For more info read https://github.com/envygeeks/jekyll-docker/blob/master/README.md