Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skn0tt/cleanit-blog
https://github.com/skn0tt/cleanit-blog
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skn0tt/cleanit-blog
- Owner: Skn0tt
- Created: 2022-12-14T17:45:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:43:40.000Z (11 months ago)
- Last Synced: 2024-10-06T04:02:14.701Z (about 1 month ago)
- Language: Liquid
- Size: 1.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cleanIT Blog
## Editing Content
Blog posts are located in `src/posts`.
Create a new post by copying over one of the existing posts, and adapt it as needed.
Open a Pull Request. After a couple of seconds, there'll be a comment by the Netlify Bot that links to a deploy preview, which you can use to check how your blog looks when published.## Running locally
Clone the repository, run `npm install`, then start the development server with `npm start`.