https://github.com/sixteenbit/nordic-theme
WordPress theme inspired by NordVPN
https://github.com/sixteenbit/nordic-theme
wordpress wordpress-theme
Last synced: 2 months ago
JSON representation
WordPress theme inspired by NordVPN
- Host: GitHub
- URL: https://github.com/sixteenbit/nordic-theme
- Owner: sixteenbit
- License: gpl-2.0
- Created: 2020-06-30T15:35:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T16:41:07.000Z (over 5 years ago)
- Last Synced: 2025-06-01T16:41:25.243Z (about 1 year ago)
- Topics: wordpress, wordpress-theme
- Language: CSS
- Homepage: https://demo.sixteenbit.com/nordic/
- Size: 15.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nordic

## Features
- Build workflow using [gulp.js](https://gulpjs.com/)
- [Foundation for Sites](https://get.foundation/sites/docs/)
- [Font Awesome](https://fontawesome.com/)
- Force Login option for closing off site during development
## Dependencies
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
## Getting started
```bash
# Clone the repository into wp-content/themes
git clone https://github.com/sixteenbit/nordic-theme.git
```
```bash
# From the root of wp-content/themes/nordic-theme run the following:
yarn
```
## Commands
```bash
# Removes the release dir and builds the project
gulp
# Builds the project
gulp build
# Runs the build task and watches for file changes
gulp watch
# Runs the styles task
gulp styles
# Runs the javascript task
gulp javascript
# Starts Browsersync
gulp server
# Copy theme to release folder for production
gulp release --production
```