Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesephist/dotink
dotink (.ink) is the Ink programming language's blog, and my general technical blog
https://github.com/thesephist/dotink
blog hugo ink
Last synced: 3 months ago
JSON representation
dotink (.ink) is the Ink programming language's blog, and my general technical blog
- Host: GitHub
- URL: https://github.com/thesephist/dotink
- Owner: thesephist
- Created: 2019-07-07T11:36:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T19:23:16.000Z (over 2 years ago)
- Last Synced: 2023-03-02T12:41:35.017Z (almost 2 years ago)
- Topics: blog, hugo, ink
- Language: HTML
- Homepage: https://dotink.co
- Size: 15.5 MB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .ink (dotink)
dotink is the Ink programming language's blog, and my general technical blog.
## Development + Deploy
Working on dotink requires two tools: [Hugo](https://gohugo.io) for building the static site, and optionally [Ink](https://github.com/thesephist/ink) for deploying / serving the site.
To **write on the site**, run `hugo server -D` and Hugo will start a live-reloading server for the site at `localhost:1313`.
To **build the site for release**, run `hugo` and Hugo will generate all files needed for the full site deployment to `public/`.
To server the site with Ink, ensure you have Ink installed, then run `ink src/fileserver.ink`. You can also optionally run this as a systemd service on Linux - the service definition file is `dotink.service`.