Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timsutton/macops.ca
Source for https://macops.ca
https://github.com/timsutton/macops.ca
blog hugo
Last synced: 15 days ago
JSON representation
Source for https://macops.ca
- Host: GitHub
- URL: https://github.com/timsutton/macops.ca
- Owner: timsutton
- License: mit
- Created: 2016-01-26T20:02:18.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T02:33:43.000Z (about 2 months ago)
- Last Synced: 2025-01-11T07:07:06.340Z (20 days ago)
- Topics: blog, hugo
- Language: HTML
- Homepage:
- Size: 61.6 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macops.ca
Source for [macops.ca](https://macops.ca). Built with Hugo and a modified [Kiko](https://github.com/gfjaru/Kiko) theme. Kiko theme content is licensed MIT.
## Dependencies
Install the latest [Hugo](https://gohugo.io/) and [Pygments](http://pygments.org/). Hugo just needs `pygmentize` to be available in the current path.
## Running
Just build it with `hugo`:
`hugo`
Or preview it locally:
`hugo server`
## Deploying
Deploying this to my webhost using `rsync` on [Travis CI](https://travis-ci.org/timsutton/macops.ca). Deploy manually using `scripts/deploy.sh`.