You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Pugh Lab Website at Cornell.
3
3
4
4
From a web technology standpoint this is built using [jekyll](https://jekyllrb.com/). Even though there are other static site generators
5
5
that can be deployed and hosted on GitHub, we chose [jekyll](https://jekyllrb.com/) as it is natively supported by GitHub, easy to learn,
6
-
easy to integrate and configure DNS services, both GitHub and [jekyll](https://jekyllrb.com/) built using the same programming language
6
+
easy to integrate and configure DNS services, both GitHub and [jekyll](https://jekyllrb.com/) built using the same programming language
7
7
[ruby](https://www.ruby-lang.org/en/) and also it is free to host among other things.
8
8
9
9
> Note: Even though it is based on ruby, we will not be writing any code in ruby.
@@ -14,7 +14,7 @@ easy to integrate and configure DNS services, both GitHub and [jekyll](https://j
14
14
- Now install [jekyll](https://github.com/CEGRcode/cegrcode.github.io.git) itself.
15
15
16
16
> Note: This [step-by-step tutorial](https://jekyllrb.com/docs/step-by-step/01-setup/) covers all the basic concepts in building sites with jekyll. Highly recommend
17
-
going though it on your local machine for fun. Takes about ~1hr.
17
+
going though it on your local machine for fun. Takes about ~1hr.
18
18
19
19
### Local development
20
20
@@ -23,11 +23,9 @@ going though it on your local machine for fun. Takes about ~1hr.
23
23
- To view your changes type in the below command in your terminal from the root directory.
24
24
-`bundle exec jekyll serve`
25
25
- This should launch the website locally, usually at `http://localhost:4000/` you do not need MAMP, WAMP or any other platform for developement or production.
26
-
27
-
### Deployment
28
26
29
-
-`git push` or `merging` into to the `main` branch of this repo will automatically build and deploy your changes to production. These changes should be visible
27
+
### Deployment
28
+
-`git push` or `merging` into to the `main` branch of this repo will automatically build and deploy your changes to production. These changes should be visible
30
29
within a few minutes depending on time taken by GitHub to process it.
31
30
-`CNAME` file contains the DNS entry.
32
31
-`.gitignore` is setup to ignore all temporary files generated during local development. Feel free to add others if you need to.
0 commit comments