Skip to content

Commit 951bda1

Browse files
committed
update readme
1 parent 4b21ea0 commit 951bda1

File tree

1 file changed

+0
-67
lines changed

1 file changed

+0
-67
lines changed

README.md

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,2 @@
11
## Data 94 Spring 2021 website
22

3-
This [video](https://www.youtube.com/watch?v=azPPK5aOcV0) walks you through how to make changes to the website in general, though it was for a different class.
4-
5-
The following text is taken from the standard GitHub Pages README.
6-
7-
<br>
8-
9-
You can use the [editor on GitHub](https://github.com/pmarsceill/test-jtd/edit/master/README.md) to maintain and preview the content for your website in Markdown files.
10-
11-
Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
12-
13-
### Markdown
14-
15-
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
16-
17-
```markdown
18-
Syntax highlighted code block
19-
20-
# Header 1
21-
## Header 2
22-
### Header 3
23-
24-
- Bulleted
25-
- List
26-
27-
1. Numbered
28-
2. List
29-
30-
**Bold** and _Italic_ and `Code` text
31-
32-
[Link](url) and ![Image](src)
33-
```
34-
35-
For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
36-
37-
### Jekyll Themes
38-
39-
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/pmarsceill/test-jtd/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
40-
41-
### Support or Contact
42-
43-
Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.
44-
45-
### Running Locally
46-
47-
This website is written using Jekyll Bootstrap with some modifications to
48-
improve support for github pages.
49-
50-
Install `rvm`: https://rvm.io/
51-
52-
Install Ruby 2.2.0:
53-
54-
rvm install 2.2.0
55-
56-
Clone this repo:
57-
58-
git clone https://github.com/DS-100/DS-100.github.io
59-
60-
In the repo directory, run:
61-
62-
gem install bundler
63-
bundle install
64-
65-
Finally, serve the project locally with:
66-
67-
jekyll serve
68-
69-
This will start the local Jekyll server at http://localhost:4000.

0 commit comments

Comments
 (0)