Skip to content

Commit

Permalink
Blog maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed May 7, 2020
1 parent f61ddc8 commit 5e557a7
Show file tree
Hide file tree
Showing 274 changed files with 23,570 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
master
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# tomasbjerre.github.io
My blog
# Ghost blog tools

There is a blog post about this here: https://bjurr.com/ghost-1-0-free-hosting-with-https/

* You must first setup the blog https://docs.ghost.org/docs/install
* Go to the [tools](https://github.com/tomasbjerre/bjurrcom/tree/tools)-branch.
* Run **./commit.sh** Commits the blog, creates static pages (in master branch) and backup content (in tools branch).
56 changes: 56 additions & 0 deletions commit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
#!/bin/bash

#
# Tools
#

mysqldump ghost_production -u root -proot > ghost_production.mysqldump

rm -rf content
cp -Rv /var/www/ghost/content .
rm -rf content/logs
git add .
git commit -a --amend --no-edit
git push -f

#
# Content
#

rm -rf master
mkdir master
cd master

cp ../README.md .
cp ../googlea47623b085a9b365.html .
cp ../favicon/* .

wget -r http://127.0.0.1:2368/
mv */* .
wget http://127.0.0.1:2368/sitemap.xml
wget http://127.0.0.1:2368/sitemap-pages.xml
wget http://127.0.0.1:2368/sitemap-posts.xml
wget http://127.0.0.1:2368/sitemap-authors.xml
wget http://127.0.0.1:2368/sitemap-tags.xml
wget http://127.0.0.1:2368/rss
mkdir -p assets/built
wget http://127.0.0.1:2368/assets/built/screen.css -O assets/built/screen.css
mkdir -p assets/js
wget http://127.0.0.1:2368/assets/js/jquery.fitvids.js -O assets/js/jquery.fitvids.js
wget http://127.0.0.1:2368/assets/js/jquery.fitvids.js -O assets/js/jquery.fitvids.js
wget http://127.0.0.1:2368/assets/js/infinitescroll.js -O assets/js/infinitescroll.js
mkdir -p public
wget http://127.0.0.1:2368/public/ghost-url.min.js -O public/ghost-url.min.js
wget http://127.0.0.1:2368/public/ghost-sdk.min.js -O public/ghost-sdk.min.js

find . -type f -exec sed -i 's/http:\/\/localhost:2368/https:\/\/bjurr.com/g' {} +
find . -type f -exec sed -i 's/rss\//rss/g' {} +

echo "bjurr.com" > CNAME

git init
git remote add origin git@github.com:tomasbjerre/bjurrcom.git
git add .
git commit -a -m "static content"

git push -f -u origin master
1 change: 1 addition & 0 deletions content/data/tomas-bjerre-s-blog.ghost.2017-08-01.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions content/data/tomas-bjerre-s-blog.ghost.2017-08-26.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions content/data/tomas-bjerre-s-blog.ghost.2017-10-15.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions content/data/tomas-bjerre-s-blog.ghost.2017-11-29.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions content/data/tomas-bjerre-s-blog.ghost.2017-12-20.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions content/data/tomas-bjerre-s-blog.ghost.2018-03-01.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions content/data/tomas-bjerre-s-blog.ghost.2018-06-08.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions content/data/tomas-bjerre-s-blog.ghost.2018-08-22.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions content/data/tomas-bjerre-s-blog.ghost.2018-10-25.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions content/data/tomas-bjerre-s-blog.ghost.2019-01-18.json

Large diffs are not rendered by default.

Binary file added content/images/2015/03/closer-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2015/03/closer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2015/03/config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2015/03/config_and_reject.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2015/03/dry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2015/03/rules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2015/04/filter_branch_crop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2015/04/variables.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2015/05/screenshot-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2015/05/screenshot-stash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2016/06/example_usage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2016/09/blog-cover-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2016/09/blog-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2016/09/example_summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2016/09/globalrepoadmin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2016/09/prnfb-buttons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2016/09/prnfb-triggers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/2016/09/reject_size_content.png
Binary file added content/images/2016/09/screenshot-stash.png
Binary file added content/images/2016/09/sscc-email.png
Binary file added content/images/2016/09/sscc-issues.png
Binary file added content/images/2016/09/sscc-reject.png
Binary file added content/images/2016/09/stash-notifier-plugin.png
59 changes: 59 additions & 0 deletions content/images/2016/09/superhero.svg

Large diffs are not rendered by default.

Binary file added content/images/2016/10/repoadmin.png
Binary file added content/images/2017/04/violation-pipeline.PNG
Binary file added content/images/2017/07/DSC_0019.JPG
Binary file added content/images/2017/07/kna_crop.jpg
Binary file added content/images/2017/07/kna_crop_600.png
Binary file added content/images/2017/07/kna_crop_fyrt.jpg
Binary file added content/images/2017/07/kna_crop_fyrt.png
Binary file added content/images/2017/11/traktamente-utr.png
Binary file added content/images/2017/12/vid_poolen.png
Binary file added content/images/2018/02/0722.sdt-atlassian-1.png
Binary file added content/images/2018/02/0722.sdt-atlassian.png
Binary file added content/images/2018/02/Ghost-Logo.svg.png
Binary file added content/images/2018/02/Git-logo-black.svg.png
Binary file added content/images/2018/02/GitHub-Mark.png
Binary file added content/images/2018/02/fitnesse-1.png
Binary file added content/images/2018/02/fitnesse.png
Binary file added content/images/2018/02/gitlab.jpg
Binary file added content/images/2018/02/java-1.png
Binary file added content/images/2018/02/java.png
Binary file added content/images/2018/02/poshgitflowversion.png
Binary file added content/images/2018/02/superhero-1.png
Binary file added content/images/2018/02/superhero.png
59 changes: 59 additions & 0 deletions content/images/2018/02/superhero.svg

Large diffs are not rendered by default.

Binary file added content/images/2018/04/configure-token-1.png
Binary file added content/images/2018/04/configure-token.png
Binary file added content/images/2018/04/generic_expr_folder.png
Binary file added content/images/2018/04/parameterized_build.png
Binary file added content/images/2018/04/superhero.png
Binary file added content/images/2018/08/configure-token-1.png
Binary file added content/images/2018/08/configure-token.png
Binary file added content/images/2018/08/intellij-imports.png
Binary file added content/images/2018/08/intellij-settings.png
Binary file added content/images/2018/08/intellij.jpeg
Binary file added content/images/2018/08/kotlin_250x250.png
Binary file added content/images/2019/02/jcasc-sandbox-master.png
Binary file added content/images/2019/02/jcasc-sandbox-master_o.png
Binary file added content/images/2019/02/jenkins-sandbox-master.png
Binary file added content/images/2019/02/jenkins-sandbox-state.png
Binary file added content/images/2019/02/superhero.png
Binary file added content/images/2019/02/superhero_o.png
Binary file added content/images/2019/04/wm.png
Binary file added content/images/2019/04/wm_o.png
Binary file added content/images/2019/05/pdaw.png
Binary file added content/images/2019/08/bbs-jenkins-tag-flow.png
Binary file added content/images/2019/08/bbs-webhook-eventlog.png
Binary file added content/images/2019/08/bbs-webhook-push.png
Binary file added content/images/2019/08/bbs-webhook-response.png
Binary file added content/images/2019/08/build-info.png
Binary file added content/images/2019/08/stages.png
Binary file added content/images/2019/08/superhero.png
3 changes: 3 additions & 0 deletions content/images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Content / Images

If using the standard file storage, Ghost will upload images to this directory.
Binary file added content/images/size/w100/2017/07/kna_crop_600.png
Binary file added content/images/size/w1000/2017/07/kna_crop.jpg
Binary file added content/images/size/w1000/2017/12/vid_poolen.png
Binary file added content/images/size/w1000/2018/02/GitHub-Mark.png
Binary file added content/images/size/w1000/2018/02/fitnesse-1.png
Binary file added content/images/size/w1000/2018/02/gitlab.jpg
Binary file added content/images/size/w1000/2018/02/java-1.png
Binary file added content/images/size/w1000/2018/02/java.png
Binary file added content/images/size/w1000/2018/02/superhero-1.png
Binary file added content/images/size/w1000/2018/04/superhero.png
Binary file added content/images/size/w1000/2018/08/intellij.jpeg
Binary file added content/images/size/w2000/2017/07/kna_crop.jpg
Binary file added content/images/size/w30/2017/07/kna_crop_fyrt.png
Binary file added content/images/size/w300/2017/07/kna_crop_600.png
Binary file added content/images/size/w600/2017/07/kna_crop.jpg
Binary file added content/images/size/w600/2018/08/intellij.jpeg
11 changes: 11 additions & 0 deletions content/settings/routes-1.0-backup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
routes:

collections:
/:
permalink: '{globals.permalinks}' # special 1.0 compatibility setting. See the docs for details.
template:
- index

taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
11 changes: 11 additions & 0 deletions content/settings/routes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
routes:

collections:
/:
permalink: /{slug}/
template:
- index

taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
1 change: 1 addition & 0 deletions content/themes/casper
17 changes: 17 additions & 0 deletions content/themes/casper-2.7.1/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# http://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.hbs]
insert_final_newline = false

[*.md]
trim_trailing_whitespace = false
19 changes: 19 additions & 0 deletions content/themes/casper-2.7.1/.github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Do you need help or have a question? Please come chat in our forum: https://forum.ghost.org 👫.

If you're filing a bug 🐛, please include the following information:

### Screenshot

![]()

### Steps to Reproduce

1. This is the first step
2. This may be the post content used to cause an issue...

### Technical details

* Casper Version:
* Ghost Version:
* Browser Version:
* OS Version:
24 changes: 24 additions & 0 deletions content/themes/casper-2.7.1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
b-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results

npm-debug.log
node_modules
package-lock.json

.idea/*
*.iml
projectFilesBackup

.DS_Store

dist/
6 changes: 6 additions & 0 deletions content/themes/casper-2.7.1/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
sudo: false
node_js:
- "8"


22 changes: 22 additions & 0 deletions content/themes/casper-2.7.1/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (c) 2013-2018 Ghost Foundation

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
66 changes: 66 additions & 0 deletions content/themes/casper-2.7.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Casper

The default theme for [Ghost](http://github.com/tryghost/ghost/). This is the latest development version of Casper. If you're just looking to download the latest release, head over to the [releases](https://github.com/TryGhost/Casper/releases) page.

 

![screenshot-desktop](https://user-images.githubusercontent.com/120485/27221326-1e31d326-5280-11e7-866d-82d550a7683b.jpg)

 

# First time using a Ghost theme?

Ghost uses a simple templating language called [Handlebars](http://handlebarsjs.com/) for its themes.

We've documented our default theme pretty heavily so that it should be fairly easy to work out what's going on just by reading the code and the comments. Once you feel comfortable with how everything works, we also have full [theme API documentation](https://themes.ghost.org) which explains every possible Handlebars helper and template.

**The main files are:**

- `default.hbs` - The main template file
- `index.hbs` - Used for the home page
- `post.hbs` - Used for individual posts
- `page.hbs` - Used for individual pages
- `tag.hbs` - Used for tag archives
- `author.hbs` - Used for author archives

One really neat trick is that you can also create custom one-off templates just by adding the slug of a page to a template file. For example:

- `page-about.hbs` - Custom template for the `/about/` page
- `tag-news.hbs` - Custom template for `/tag/news/` archive
- `author-ali.hbs` - Custom template for `/author/ali/` archive


# Development

Casper styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need [Node](https://nodejs.org/), [Yarn](https://yarnpkg.com/) and [Gulp](https://gulpjs.com) installed globally. After that, from the theme's root directory:

```bash
$ yarn install
$ yarn dev
```

Now you can edit `/assets/css/` files, which will be compiled to `/assets/built/` automatically.

The `zip` Gulp task packages the theme files into `dist/<theme-name>.zip`, which you can then upload to your site.

```bash
$ yarn zip
```

# PostCSS Features Used

- Autoprefixer - Don't worry about writing browser prefixes of any kind, it's all done automatically with support for the latest 2 major versions of every browser.
- Variables - Simple pure CSS variables
- [Color Function](https://github.com/postcss/postcss-color-function)


# SVG Icons

Casper uses inline SVG icons, included via Handlebars partials. You can find all icons inside `/partials/icons`. To use an icon just include the name of the relevant file, eg. To include the SVG icon in `/partials/icons/rss.hbs` - use `{{> "icons/rss"}}`.

You can add your own SVG icons in the same manner.


# Copyright & License

Copyright (c) 2013-2018 Ghost Foundation - Released under the [MIT license](LICENSE).
2 changes: 2 additions & 0 deletions content/themes/casper-2.7.1/assets/built/global.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5e557a7

Please sign in to comment.