Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deislabs/deislabs.io
Info about Deis Labs. Open Source from Microsoft Azure.
https://github.com/deislabs/deislabs.io
bulma css hugo hugo-theme jamstack
Last synced: 27 days ago
JSON representation
Info about Deis Labs. Open Source from Microsoft Azure.
- Host: GitHub
- URL: https://github.com/deislabs/deislabs.io
- Owner: deislabs
- Created: 2018-11-09T20:03:10.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T16:18:37.000Z (about 1 year ago)
- Last Synced: 2023-10-14T15:14:38.613Z (about 1 year ago)
- Topics: bulma, css, hugo, hugo-theme, jamstack
- Language: Sass
- Homepage: https://deislabs.io
- Size: 6.93 MB
- Stars: 7
- Watchers: 15
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deislabs.io
A simple static site, built with Hugo and Netlify.
## development
The site uses a custom theme, based off of the Fresh theme for Hugo Luc Perkins. The underlying CSS framework is bulma, [docs](https://bulma.io/documentation/) are here. Any changes to the CSS/SCSS need to be rebuilt and commited to update the site appearance.
```
// run hugo to have the pipes rebuild and recompile
# hugo// commit the generated results to git
# git add resources/_gen/*
```[![Netlify Status](https://api.netlify.com/api/v1/badges/e90a0480-8860-458a-ae8d-e0707f54b5d9/deploy-status)](https://app.netlify.com/sites/deislabsio/deploys)