Skip to content

Commit

Permalink
Update Readme, Move to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJLP committed Sep 4, 2020
1 parent 851c1e1 commit 263b004
Show file tree
Hide file tree
Showing 9 changed files with 86 additions and 82 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Site settings
baseurl = "http://edinburghsocietea.co.uk/"
baseurl = "https://edinburghsocietea.co.uk/"
languageCode = "en-us"
title = "Edinburgh SocieTea"
theme = "hugo-agency-theme"
Expand Down
32 changes: 16 additions & 16 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<meta name="generator" content="Hugo 0.74.3" />
<title>404 Page not found &middot; Edinburgh SocieTea</title>
<!-- Stylesheets -->
<link href="http://edinburghsocietea.co.uk/css/bootstrap-v3.3.7/bootstrap.min.css" rel="stylesheet">
<link href="http://edinburghsocietea.co.uk/css/agency.css" rel="stylesheet">
<link href="http://edinburghsocietea.co.uk/css/jquery.form-validator-v2.3.44/theme-default.min.css" rel="stylesheet">
<link href="https://edinburghsocietea.co.uk/css/bootstrap-v3.3.7/bootstrap.min.css" rel="stylesheet">
<link href="https://edinburghsocietea.co.uk/css/agency.css" rel="stylesheet">
<link href="https://edinburghsocietea.co.uk/css/jquery.form-validator-v2.3.44/theme-default.min.css" rel="stylesheet">



<!-- Custom Fonts -->
<link href="http://edinburghsocietea.co.uk/font-awesome-v4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://edinburghsocietea.co.uk/font-awesome-v4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">


<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
Expand All @@ -27,8 +27,8 @@



<link rel="shortcut icon" type="image/x-icon" href="http://edinburghsocietea.co.uk/favicon.ico">
<link rel="icon" type="image/x-icon" href="http://edinburghsocietea.co.uk/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="https://edinburghsocietea.co.uk/favicon.ico">
<link rel="icon" type="image/x-icon" href="https://edinburghsocietea.co.uk/favicon.ico">


<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
Expand All @@ -54,7 +54,7 @@
<span class="icon-bar"></span>
</button>

<a class="navbar-brand page-scroll" href="http://edinburghsocietea.co.uk/">
<a class="navbar-brand page-scroll" href="https://edinburghsocietea.co.uk/">
Edinburgh SocieTea
</a>

Expand All @@ -64,32 +64,32 @@
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="http://edinburghsocietea.co.uk/"></a>
<a href="https://edinburghsocietea.co.uk/"></a>
</li>




<li>
<a class="page-scroll" href="http://edinburghsocietea.co.uk/#services">The SocieTea</a>
<a class="page-scroll" href="https://edinburghsocietea.co.uk/#services">The SocieTea</a>
</li>



<li>
<a class="page-scroll" href="http://edinburghsocietea.co.uk/#portfolio">Editorial</a>
<a class="page-scroll" href="https://edinburghsocietea.co.uk/#portfolio">Editorial</a>
</li>



<li>
<a class="page-scroll" href="http://edinburghsocietea.co.uk/#about">History</a>
<a class="page-scroll" href="https://edinburghsocietea.co.uk/#about">History</a>
</li>



<li>
<a class="page-scroll" href="http://edinburghsocietea.co.uk/#team">CommitTea</a>
<a class="page-scroll" href="https://edinburghsocietea.co.uk/#team">CommitTea</a>
</li>


Expand Down Expand Up @@ -160,16 +160,16 @@


<!-- jQuery -->
<script src="http://edinburghsocietea.co.uk/js/jquery-v3.3.1/jquery.min.js"></script>
<script src="https://edinburghsocietea.co.uk/js/jquery-v3.3.1/jquery.min.js"></script>

<!-- Bootstrap Core -->
<script src="http://edinburghsocietea.co.uk/js/bootstrap-v3.3.7/bootstrap.min.js"></script>
<script src="https://edinburghsocietea.co.uk/js/bootstrap-v3.3.7/bootstrap.min.js"></script>

<!-- Form Validation -->
<script src="http://edinburghsocietea.co.uk/js/jquery.form-validator-v2.3.44/jquery.form-validator.min.js"></script>
<script src="https://edinburghsocietea.co.uk/js/jquery.form-validator-v2.3.44/jquery.form-validator.min.js"></script>

<!-- Custom Theme -->
<script src="http://edinburghsocietea.co.uk/js/agency.js"></script>
<script src="https://edinburghsocietea.co.uk/js/agency.js"></script>



Expand Down
4 changes: 2 additions & 2 deletions public/categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Edinburgh SocieTea</title>
<link>http://edinburghsocietea.co.uk/categories/</link>
<link>https://edinburghsocietea.co.uk/categories/</link>
<description>Recent content in Categories on Edinburgh SocieTea</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>

<atom:link href="http://edinburghsocietea.co.uk/categories/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://edinburghsocietea.co.uk/categories/index.xml" rel="self" type="application/rss+xml" />


</channel>
Expand Down
Loading

0 comments on commit 263b004

Please sign in to comment.