Skip to content

Commit 3fdb663

Browse files
Merge pull request #27 from artem-forks/small-fixes
Minor fixes and improvements
2 parents 55196b7 + 2a549bf commit 3fdb663

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

deploy.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ git clone -b master https://github.com/dev-sec/dev-sec.github.io.git deployment
1515
rsync -av --delete --exclude ".git" public/ deployment
1616
cd deployment
1717
git add -A
18-
git commit -m "rebuilding site on `date`, commit ${TRAVIS_COMMIT} and job ${TRAVIS_JOB_NUMBER}" || true
18+
git commit -m "rebuilding site on `date`, commit ${TRAVIS_COMMIT}
19+
20+
and Travis CI job ${TRAVIS_JOB_NUMBER}" || true
1921
git push
2022

2123
cd ..

static/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# dev-sec.io
2+
3+
This is a generated HTML for the website https://dev-sec.io. This branch is used as a source for GitHub Pages.
4+
5+
You can find the sources in the [src branch](https://github.com/dev-sec/dev-sec.github.io/tree/src).

themes/devsec/layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ul class="title-area">
33
<li class="name">
44
<h1>
5-
<a href="/index.html" id="nav-logo">
5+
<a href="/" id="nav-logo">
66
<img src="/images/hardening_logo.png" style="width: 45px;"/>
77
DevSec Hardening Framework
88
</a>

0 commit comments

Comments
 (0)