Blog
Example Blog
This is a simple example blog. The posts are references to the tech I used to create this website.
The History API
The DOM
window
object provides access to the browser’s history through thehistory
object. It exposes useful methods and properties that let you move back and forth through the user’s history, as well as – starting with HTML5 – manipulate the contents of the history stack.pushState()
takes three parameters: a state object, a title (which is currently ignored), and (optionally) a URL. Apopstate
event is dispatched to the window every time the active history entry changes. If the history entry being activated was created by a call topushState
or affected by a call toreplaceState
, thepopstate
event’sstate
property contains a copy of the history entry’s state object.Getting Started with Webpack
Webpack is a module bundler for modern JavaScript applications. When webpack processes your application, it recursively builds a dependency graph that includes every module your application needs, then packages all of those modules into a small number of bundles - often only one - to be loaded by the browser.
Bootstrap 4.0.0 Beta
Build responsive, mobile-first projects on the web with the world’s most popular front-end component library.
Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.
Welcome to Jekyll!
You’ll find this post in your
_posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to runjekyll serve
, which launches a web server and auto-regenerates your site when a file is updated.To add new posts, simply add a file in the
_posts
directory that follows the conventionYYYY-MM-DD-name-of-post.md
and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.
subscribe via RSS