Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotenv-org/dotenv-org.github.io
Source code for www.dotenv.org.
https://github.com/dotenv-org/dotenv-org.github.io
dotenv
Last synced: 7 days ago
JSON representation
Source code for www.dotenv.org.
- Host: GitHub
- URL: https://github.com/dotenv-org/dotenv-org.github.io
- Owner: dotenv-org
- Created: 2022-10-05T23:44:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T01:10:51.000Z (5 months ago)
- Last Synced: 2024-06-18T03:24:28.022Z (5 months ago)
- Topics: dotenv
- Language: HTML
- Homepage: https://www.dotenv.org
- Size: 92.3 MB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/index.md
- Security: security/index.md
- Support: support/index.md
Awesome Lists containing this project
README
# dotenv-org.github.io
Source code for www.dotenv.org
## Development
```
bundle exec jekyll serve --livereload --verbose --incremental
```#### Production build
```
JEKYLL_ENV=production bundle exec jekyll build
```It is recommended to run in production mode since tailwind processing can be slightly different than development.
#### To include /docs
GitHub Actions takes care of building the docs into the deploy.
Make sure you run `NODE_ENV='production' npm run build` on the `/docs` project and push that to main before the CI here runs.
## Other Notes
Use [iconify](http://icon-sets.iconify.design/simple-icons/) for icons or use [simpleicons.org](https://simpleicons.org/).
Use [screely.com](https://www.screely.com/) to make aesthetic screenshots.
To change the kramdown rouge theme:
```
gem install rouge
rougify help style
rougify style monokai > _sass/rouge-theme.scss
```