Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digitoimistodude/dude-2020
The official dude.fi website 2020-2022.
https://github.com/digitoimistodude/dude-2020
air-light bedrock dudestack wordpress wordpress-plugins wordpress-theme wordpress-website
Last synced: 3 days ago
JSON representation
The official dude.fi website 2020-2022.
- Host: GitHub
- URL: https://github.com/digitoimistodude/dude-2020
- Owner: digitoimistodude
- Created: 2019-05-09T15:20:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T21:02:20.000Z (over 1 year ago)
- Last Synced: 2024-12-31T07:27:44.274Z (3 days ago)
- Topics: air-light, bedrock, dudestack, wordpress, wordpress-plugins, wordpress-theme, wordpress-website
- Language: SCSS
- Homepage: https://www.dude.fi
- Size: 79.7 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dude.fi - 2020
![based_on_air_version 5.3.0_](https://img.shields.io/badge/based_on_air_version-4.3.0_-brightgreen.svg?style=flat-square) ![project_created 09_May_2019](https://img.shields.io/badge/project_created-09_May_2019-blue.svg?style=flat-square) ![Tested_up_to WordPress_5.5](https://img.shields.io/badge/Tested_up_to-WordPress_5.5-blue.svg?style=flat-square) ![Compatible_with PHP_7.2](https://img.shields.io/badge/Compatible_with-PHP_7.2-green.svg?style=flat-square)## Stack
This project is built on [digitoimistodude/dudestack](https://github.com/digitoimistodude/dudestack), [digitoimistodude/air-light](https://github.com/digitoimistodude/air-light), [digitoimistodude/marlin-vagrant](https://github.com/digitoimistodude/marlin-vagrant) or [digitoimistodude/macos-lemp-setup](https://github.com/digitoimistodude/macos-lemp-setup), [digitoimistodude/devpackages](https://github.com/digitoimistodude/devpackages) which are documented at their corresponding locations. This is a guide on:
- How to setup the project initially
- How to update the project dependencies
- Project settings and features## Basic details
**Developers:** [ronilaukkarinen](https://github.com/ronilaukkarinen), [timiwahalahti](https://github.com/timiwahalahti)
**Custom post type plugin:** ACF Pro## Theme screenshot
![Screenshot](/content/themes/dude/screenshot.png?raw=true "Screenshot")
## Features
On top of features included in [digitoimistodude/air-light](https://github.com/digitoimistodude/air-light), this project contains:
- Custom off-canvas megamenu
- Lazy load for images
- Custom templates
- Much more## Environments:
Green checkmarks show if the environment is already set up and running, red cross indicates if it's not yet there or disabled.
✅ Development: [dude.test](http://dude.test)
✅ Staging: [dude.vaiheessa.fi](https://dude.vaiheessa.fi)
✅ Production: [dude.fi](https://www.dude.fi/)## Setting it up initially
According to our handbook, you should have run `createproject`, inital setup by now. Your Vagrant machine (or macOS LEMP) should be up and running. If not, go back to [dudestack-instructions](https://github.com/digitoimistodude/dudestack-instructions) or [Dude handbook](https://handbook.dude.fi/wordpress-kehitys/projektin-aloitus) and read what you have do.
If dev environment is indeed running, you're ready to version control the project.
There are npm packages in both project root and theme folder. If you come later to this project, please run:
1. `composer install` (in project folder)
2. `npm install` (in project folder)
2. `npm install` (in theme folder)Run project with `gulp`.
## Noteworthy in this project
Not at the moment.