Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mortenson/mortenson.github.io
Homepage
https://github.com/mortenson/mortenson.github.io
Last synced: about 1 month ago
JSON representation
Homepage
- Host: GitHub
- URL: https://github.com/mortenson/mortenson.github.io
- Owner: mortenson
- Created: 2017-02-19T01:43:42.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-03T18:25:37.000Z (about 1 year ago)
- Last Synced: 2023-12-04T18:26:44.504Z (about 1 year ago)
- Language: PHP
- Homepage: https://mortenson.coffee/
- Size: 55.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Build and deploy site](https://github.com/mortenson/mortenson.github.io/workflows/Build%20and%20deploy%20site/badge.svg)
# mortenson.github.io site
This is my personal homepage, built with Drupal and Tome!
# Requirements
- PHP 7+
- [Composer](https://getcomposer.org/)
- [Drush](https://github.com/drush-ops/drush-launcher#installation---phar)
- SQLite and the related PHP extensions## Usage
To re-install Tome, run:
```bash
drush tome:install
```To start a local webserver, run:
```bash
drush runserver
```To build the static site, run:
```bash
drush tome:static
```