Giter Site home page Giter Site logo

blog's Introduction

Phalcon Blog

Phalcon

Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption.

This is the official Phalcon Blog. You are more than welcome to download the blog and adapt the template to your needs. If you find any typos, we would welcome your feedback and pull requests.

Thanks.

NOTE

The master branch will always contain the latest stable version which is served by Github Pages. If you are looking for the Phalcon based implementation, please click the "Releases" link.

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

License

Phalcon Blog is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors

blog's People

Contributors

andresgutierrez avatar arhell avatar asokal avatar garyanewsome avatar igusev avatar izopi4a avatar jeckerson avatar jenovateurs avatar jurigag avatar krazzer avatar niden avatar ninjapanzer avatar ruudboon avatar sdecandelario avatar sergeyklay avatar sidroberts avatar szepeviktor avatar tembem avatar ultimater avatar zsilbi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blog's Issues

G+ removal

  • Remove any mention of our G+ profile from Phalcon's README.md
  • Remove any mention of our G+ profile from Phalcon's composer.json (if any, see support section)
  • Remove any mention of our G+ profile from Phalcon's docs, translation

Also (if any)

  • Remove any mention of our G+ profile from Phalcon's blog
  • Remove any mention of our G+ profile from Phalcon's website
  • Remove any mention of our G+ profile from Phalcon's facebook page
  • Remove any mention of our G+ profile from Phalcon's gabi page
  • Remove any mention of our G+ profile from Phalcon's twitter page

broken links

Hello.
links do not work in the community menu:

  1. API
  2. Resources

Blog Cache Needs Cleared and Regenerated

It appears that the blog cache is corrupt and needs to be regenerated.

Currently the landing page of the blog is empty I experienced the same thing locally until I flushed and regenerated the cache.

No pagination

Could you add pagination somewhere to make navigation on blog easier?

Update meta tags

Hello,

Take a look at page: https://blog.phalcon.io/post/april-bugfest-the-usual-suspects
There are small issues I propose to fix.

1. Social title should be the same as <title> contents

Actual:

<meta property="og:title" content="Phalcon Blog">
<meta name="twitter:title" content="Phalcon Blog">

2. <title> should not contents website description. Only short page title and website name

Actual:

<title>April Bugfest - The usual suspects – Phalcon Blog – We are an open source web framework for PHP delivered as a C extension offering high performance and lower resource consumption</title>

3. Page description shouldn't contents new lines and leading spaces

Actual:

<meta name="twitter:description" content="Back in April, we announced the April Bugfest competition, The rules were simple: fix bugs, we will send you a t-shirt!

" />
<meta property="og:description" content="Back in April, we announced the April Bugfest competition, The rules were simple: fix bugs, we will send you a t-shirt!

" />

/cc @niden, @Arhell

main blog content gets hidden on mobile and smaller screens

Visit https://blog.phalcon.io/

desktop-screenshot

Then open the javascript console and slowly make the screen size smaller for the HTML elements by resizing the javascript console width. At 1024px in width, it's still in desktop mode. But once it reaches 1023px, then the entire main content disappears.

smaller-screen

It appears the display:flex needs to be changed to a display:block for smaller screens.
This appears to make the content visible again when I run this in the javascript console:

document.querySelector('body > div > div.container').style.display='block';

I'm thinking we need a css media query of some sort for smaller screens to swap the flex to a block.

Thanks someson from discord for pointing this out!

Social share image

Currently sharing our blog link wil result in something like this.
83C53071-5484-482C-B70D-548BE01FC95D

I would like to add the meta tags and image to our repo to show a phalcon related image.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.