Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onemohrtime/onemohrtime-theme
Wordpress theme for my personal design portfolio
https://github.com/onemohrtime/onemohrtime-theme
buddy-pipeline design laravel-mix portfolio portfolio-site scss theme timber twig twig-templates wordpress wordpress-site wordpress-theme
Last synced: about 1 month ago
JSON representation
Wordpress theme for my personal design portfolio
- Host: GitHub
- URL: https://github.com/onemohrtime/onemohrtime-theme
- Owner: OneMohrTime
- License: mit
- Created: 2016-06-23T02:38:43.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T18:57:51.000Z (9 months ago)
- Last Synced: 2024-09-22T22:03:38.836Z (about 2 months ago)
- Topics: buddy-pipeline, design, laravel-mix, portfolio, portfolio-site, scss, theme, timber, twig, twig-templates, wordpress, wordpress-site, wordpress-theme
- Language: JavaScript
- Homepage: https://onemohrti.me
- Size: 57 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# OneMohrTi.me/
[![W3C Validation](https://img.shields.io/w3c-validation/html?targetUrl=https%3A%2F%2Fonemohrti.me)](https://validator.w3.org/)
[![buddy pipeline](https://app.buddy.works/onemohrtime/onemohrtime/pipelines/pipeline/371083/badge.svg?token=87fbddf4764a79d8087606f27acba051a5f8777676ebcfd6ebb9563158502a61 "buddy pipeline")](https://buddy.works/)
[![GitHub issues](https://img.shields.io/github/issues/onemohrtime/onemohrtime-theme)](https://github.com/OneMohrTime/onemohrtime-theme/issues)
![Reddit User Karma](https://img.shields.io/reddit/user-karma/combined/onemohrtime?label=karma)
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Fonemohrtime)](https://twitter.com/intent/tweet?text=Check+out+these+interactions:&url=https%3A%2F%2Fgithub.com%2FOneMohrTime%2Fonemohrtime-theme)This repo is the codebase for [https://onemohrti.me](https://onemohrti.me), written by [Derek Mohr](https://instagram.com/onemohrtimedesign).
## Build Tools
Server
JS Libs
Node 12.x
NPM 6.x
PHP 7.4
MySQL 5.7
gsap@3
Isotope v3
jQuery 3
## Build Commands
This project uses **Laravel Mix** to compile most assets. Unfortunately, `Fancybox 3` doesn't compile as a module, among other issues in the [backlog](./issues).
```zsh
# compile expanded assets
npm run dev# compile compressed assets
npm run prod# watch and reload components
npm run watch
```