Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```