All Projects → mirisuzanne → miriamsuzanne

mirisuzanne / miriamsuzanne

Licence: other
miriamsuzanne.com source

Programming Languages

CSS
56736 projects
SCSS
7915 projects
python
139335 projects - #7 most used programming language
Jinja
831 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Miriam Eric Suzanne

The official website for Miriam Eric Suzanne.

Development

If you want to run this project in a virtualenv to isolate it from other Python projects on your system, create a virtualenv and activate it. Then run pip install -r requirements.txt to install the dependencies for this project into your Python environment.

Run yarn to install all the required npm packages for linting and compiling Sass.

The site templates are in templates/, and static files are in static/.

To view the site live locally, run make serve to watch rst content files, or gulp to watch and compile Sass files as well — then visit http://localhost:5000 in your browser.

To regenerate the site as static HTML files under the gh-pages/ directory, run make build.

Deployment

Clone the gh-pages repo into gh-pages/ and build the static site:

git clone [email protected]:mirisuzanne/mirisuzanne.github.io.git gh-pages make build

Change into the gh-pages directory and commit the changes.

If you're ready to deploy them, git push. Then change back into the outer repo and you can commit the changes there along with the updated submodule.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].