Skip to content

Commit

Permalink
Deploying the new website (#4)
Browse files Browse the repository at this point in the history
* miaverse deployment

* Delete .DS_Store

* Delete assets/.DS_Store

* Delete assets/vendor/.DS_Store

* adding gitignore
  • Loading branch information
ake123 authored May 25, 2024
1 parent a3302dc commit e90ab19
Show file tree
Hide file tree
Showing 266 changed files with 84,298 additions and 26,424 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file removed 20160901-Lahti.pdf
Binary file not shown.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# microbiome.github.com <img src="mia_logo.png" align="right" width="120" />

[![Gitter](https://badges.gitter.im/microbiome/miaverse.svg)](https://gitter.im/microbiome/miaverse?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
# miaverse

## Development and and updating

1. Fork the project
2. Clone your fork
3. Modify the material
4. Check locally that the changes render successfully
5. Add and commit the changes to your fork
6. Create a pull request (PR) from your fork back to the original repo
7. Fix and discuss issues in the review process

## Updating the html

The project consists of HTML and asset files. The asset directory contains four subdirectories, which include the main CSS file and an images subdirectory.

After cloning the repository, open the cloned project using an editor such as Visual Studio Code, Sublime Text, or any other code editor of your choice.

To edit the HTML, use only the `index.html` file. Each section of the website is clearly marked with comments indicating where it starts and ends.
Binary file removed Rlogo.png
Binary file not shown.
Loading

0 comments on commit e90ab19

Please sign in to comment.