Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

chore/fix : Use http://napalm-automation.github.io as home and updated dependency #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ npm-debug.log*
.cache/
__pycache__
*.pyc
.jekyll-cache
*.lock
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM jekyll/jekyll:3.3.1
MAINTAINER napalm-automation
FROM jekyll/jekyll:stable

COPY Gemfile /tmp
RUN cd /tmp && bundle
266 changes: 0 additions & 266 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion _config-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: "https://napalm-automation.net"
url: "http://napalm-automation.github.io"

analytics:
provider: false
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: "https://napalm-automation.net"
url: "http://napalm-automation.github.io"
name: Napalm Network Automation
description: Open Source Network Automation
repository: "napalm-automation/napalm-automation.github.io"
Expand Down
2 changes: 1 addition & 1 deletion _includes/disqus.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/

var disqus_config = function () {
this.page.url = 'https://napalm-automation.net{{ page.url }}'; // Replace PAGE_URL with your page's canonical URL variable
this.page.url = 'http://napalm-automation.github.io{{ page.url }}'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '{{ page.url }}'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};

Expand Down
2 changes: 1 addition & 1 deletion _posts/2017/2017-07-17-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This website is created with the static site generator Jekyll. Like all the rest
Also, don't forget to let us know what you think in the comments below!

### Stay up to date
If you want to stay up to date about the project you can subscribe to the RSS feed: [https://napalm-automation.net/feed.xml]({{ site.url }}/feed.xml). So just add that to your RSS Reader, use /feed in Slack to subscribe or however you prefer to consume feeds.
If you want to stay up to date about the project you can subscribe to the RSS feed: [http://napalm-automation.github.io/feed.xml]({{ site.url }}/feed.xml). So just add that to your RSS Reader, use /feed in Slack to subscribe or however you prefer to consume feeds.

Another way to stay up to date is to join the [Network to Code Slack team](https://networktocode.herokuapp.com/), you will find us in the #napalm channel.

Expand Down
2 changes: 1 addition & 1 deletion robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User-agent: *
Disallow:

Sitemap: https://napalm-automation.net/sitemap.xml
Sitemap: http://napalm-automation.github.io/sitemap.xml