Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Added new article
* added new screenshot
* fixed sidebar posts limit
next:
* fix flexbox issue,
* make homepage more like /blog/
* fix Analytics?
  • Loading branch information
vibbix committed Feb 23, 2017
1 parent 5971389 commit 12144f1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Expand Up @@ -75,7 +75,7 @@ config = "config.toml"
# Adjust the amount of recent posts on the sidebar.
# This is optional. The default value 5 will be used
[params.postAmount]
sidebar = 2
sidebar = 15

# Set up your menu items in the navigation bar
# You can use identifier to prepend a font awesome icon to your text
Expand Down
18 changes: 18 additions & 0 deletions content/blog/ballroomv2.md
@@ -0,0 +1,18 @@
+++
title = "Ballroom Calculator PreAlpha"
date = "2017-02-23T02:23:00-05:00"
description= "The Material update"
categories = [
"android"
]
tags = ["blog", "android", "java", "alpha", "material", "programming", "announcement"]
type = "post"
featured="ballroom_alpha_screenshot.png"
featuredpath="/pics"
featuredalt=""
author = "Mark Beznos"
+++
For the past few weeks, I have been revitalizing my old Playpen Ballroom calculator. The apps objective was to help users find out just how
many playpen balls could fit inside their room. While I still have a few minor kinks to work out, the Alpha is now available for download.
To join the test you can either [become a tester on the Google Play Store](https://play.google.com/apps/testing/com.vibbix.ballroom) or get the code
off of [Github](https://github.com/vibbix/BallroomCalculator/) and compile it yourself. Feedback and pull requests are always welcome!
Binary file added static/pics/ballroom_alpha_screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 12144f1

Please sign in to comment.