Skip to content

Commit

Permalink
Update assets links
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeorge committed Apr 27, 2024
1 parent 35a8e69 commit 7a7a601
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We encourage developers to contribute to the project. If you're interested in ma

1. Ensure you have [Jekyll](https://jekyllrb.com/docs/installation/) installed.
2. [Clone this repository](https://help.github.com/articles/cloning-a-repository/) to your local machine.
3. In your terminal, run `jekyll serve -w` to start the Jekyll server.
3. In your terminal, run `jekyll serve --config _config.yml,_config-development.yml` to start the Jekyll server.
4. Visit `http://localhost:4000` in your web browser to view the website locally.

Make your changes and submit a Pull Request (PR) following [this guide](https://help.github.com/articles/using-pull-requests/).
Expand Down
1 change: 1 addition & 0 deletions _config-development.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
website: "http://localhost:4000"
6 changes: 3 additions & 3 deletions _includes/common/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

<!-- Javascript
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="/assets/vendor/jquery-2.2.4.min.js"></script>
<script src="/assets/vendor/bootstrap-3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/assets/vendor/grayscale-3.3.7/grayscale-3.3.7.min.js"></script>
<script src="{{ site.website }}/assets/vendor/jquery-2.2.4.min.js"></script>
<script src="{{ site.website }}/assets/vendor/bootstrap-3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src="{{ site.website }}/assets/vendor/grayscale-3.3.7/grayscale-3.3.7.min.js"></script>
8 changes: 4 additions & 4 deletions _includes/common/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">

<!-- CSS -->
<link rel="stylesheet" href="assets/vendor/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/assets/vendor/bootstrap-3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/vendor/grayscale-3.3.7/grayscale-3.3.7.min.css">
<link rel="stylesheet" href="{{ site.website }}/assets/vendor/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="{{ site.website }}/assets/vendor/bootstrap-3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ site.website }}/assets/vendor/grayscale-3.3.7/grayscale-3.3.7.min.css">
<link href="https://fonts.googleapis.com/css?family=Chivo:300,400,700&display=swap" rel="stylesheet">

<link rel="stylesheet" href="/assets/css/styles.css">
<link rel="stylesheet" href="{{ site.website }}/assets/css/styles.css">

<!-- Leaflet -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css">
Expand Down

0 comments on commit 7a7a601

Please sign in to comment.