https://github.com/etcdevteam/website
https://github.com/etcdevteam/website
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/etcdevteam/website
- Owner: ETCDEVTeam
- Created: 2017-05-11T03:07:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T00:54:56.000Z (over 7 years ago)
- Last Synced: 2025-06-08T00:49:30.218Z (7 months ago)
- Language: CSS
- Homepage: https://www.etcdevteam.com
- Size: 7.26 MB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
ETCDEV Team Website
===================
Structure
---------
* `SiteConfig.groovy` - configuration
* `theme` - compiled site theme (UI design & elements)
* `theme-src` - theme sources (`node build-theme.js`)
* `content` - website content
How to Use
----------
### Setup
Install:
* nodejs & npm - https://nodejs.org/
* gradle - https://gradle.org/install
### Prepare UI Theme
----
npm install
node build-theme.js --no-watch
----
### Preview Website
----
gradle preview
----
Open: http://localhost:4000
Edit content
------------
Look at `content` dir
Copyrights & License
--------------------
Content of the directory `content` is licensed by CC BY 4.0
Part of the work, located in directories `theme` and `theme-src`, is covered by different licenses/agreements
and can't be copied or used outside original domain of that website.