KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
banquo
★ 21
Open GitHub ↗
Portfolio oriented Ghost theme
Download README (.md)
Explore Similar Repositories
miragejs
:
API allowing easy webRTC connection, and ability to create interactive animations between users in real time.
Kutils
:
Utility functions for Keras.
mps-plaintextgen
:
Alternative Textgen for JetBrains MPS using the standard model to model generation mechanisms
gdx-nativefilechooser
:
Choose files with libgdx. Natively.
WinRM_CertMgmt
:
Streamline Certificates used for WinRM
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
banquo
?
Download (.md)
# BANQUO > Good sir, why do you start; and seem to fear / Things that do sound so fair? Please Note! This project is no longer maintained. At the time of building it, I believe I was working with Ghost 0.9! ⚓️⚓️⚓️  > The Banquo home page *** _Banquo_ is a Ghost theme that aims to be a _portfolio-first_ site, with a side of blogging/note taking. _Banquo_ operates a bit differently than some standard Ghost themes, in that post-loops exist in more than one place, and are targeted at specific post types. This functionality comes with some trade-offs due to the way Ghost handles working with different loops, so before I go on any further, let me describe a use case. This theme maybe be useful for you if you: - want to display your work immediately when people visit your site, - You want your _work / portfolio / projects_ (henceforth, "projects") page to be image-first / have thumbnails. - You want the option of blogging. Seeing that this is a bit more specialized of a theme, it does take a bit of setup to get started. Please note that this theme currently does not work with Ghost's new "upload theme" feature. You will have to manually clone the theme into your Ghost themes folder on your server. ## Enable Public API You'll need to enable public API in your (at the time of writing this) Ghost Labs in the dashboard. This allows post loops to query the database for posts by specific filters (in this case, by the tags). See the screenshot below:  ## The Project Page (Home Page) - Any post that you want to be featured as a "project" post on the home page needs to be tagged as "project".  - If you do not include a featured image, you will have an nice broken image link displayed instead. I might eventually put something in that anticipates that mistake (a placeholder image), but for now, forgetting to upload a post image will result in this:  <sub><sup>Note: The title of the post won't automatically become "SHIT". That was my post title for demonstrative purposes.</sup></sub> ## The Notes / Blog page.  > "Notes" page - Creating a blog is a bit involved, but stick with me here. - In your ghost admin dash you'll need to create a **static page** called "notes". Because ghost allows you to create custom pages with their own custom styling, the page (for now, pending future updates) needs to called `notes` in order to line up with the `page-notes.hbs` file. - Similar to any project post you create, you'll need to add a `note` tag when creating your post.  ### Other Screenshots ***  > A standard post ## Build Instructions Note: you may need to preface build instructions with `sudo` depending on where you are building. `git clone https://github.com/teesloane/banquo.git` `npm install` `bower install` `grunt staging` // compiles the css / js assets ## Contributions All development happens on the `develop` branch. ## Credits Thanks to [GhostSheet](https://github.com/Cloudoki/ghostSheet) for stripping a Ghost theme down to nothing so building from scratch was no problem at all.