Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntsd/ntsd.dev
My website created by Jekyll and Tailwind
https://github.com/ntsd/ntsd.dev
blog giscus gulp jekyll tailwind
Last synced: about 2 months ago
JSON representation
My website created by Jekyll and Tailwind
- Host: GitHub
- URL: https://github.com/ntsd/ntsd.dev
- Owner: ntsd
- Created: 2021-10-20T23:57:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T19:06:15.000Z (5 months ago)
- Last Synced: 2024-08-27T21:05:52.114Z (5 months ago)
- Topics: blog, giscus, gulp, jekyll, tailwind
- Language: HTML
- Homepage: https://ntsd.dev
- Size: 15.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ntsd.dev
## Installation
```
apt install ruby-full
apt install rubygems
gem install bundler
bundler install
npm i
```- If you got an puppeteer errors check
## Todos
- Fix critical CSS remove @media
- Fix offline page
- Fix 404 page
- Imporve google tag manager
- Use https://minimalanalytics.com/
- Category dev, investment, health, science, journey## Cloudflare Worker
Read here:
## Pre render JavaScript
using Puppeteer to pre render JavaScript in html file for some Javascript libraries that can pre render.
Pre render JavaScript libraries:
- [PrismJS](https://github.com/PrismJS/prism)
- [AnchorJS](https://github.com/bryanbraun/anchorjs)
- [wordcloud2.js](https://github.com/timdream/wordcloud2.js/)## Resources