GithubHelp home page GithubHelp logo

meddle0x53 / blogit_web Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 8.0 446 KB

A phoenix application using Blogit, a blog engine.

JavaScript 9.22% Elixir 70.75% CSS 4.89% HTML 14.76% Shell 0.13% Dockerfile 0.26%

blogit_web's People

Contributors

9to1url avatar ivanivanoff avatar meddle0x53 avatar njichev avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

blogit_web's Issues

please help on custom assets to using image

Hi Blogit,

I tried to use image in post, but not successful, like this:

  • first upload the image to git repo
  • in post using
![](abc.image)

I also search the source code, looks like you use this:

  plug Plug.Static,
    at: "custom/",
    from: Blogit.RepositoryProviders.Git.local_path, gzip: false,
    only: [Application.get_env(:blogit, :assets_path, "assets")]

So I added "assets" folder within blogit_sample , but that not work, showing this error msg:

no route found for GET /custom/assets/images/metaprogramming.jpg (BlogitWeb.Web.Router)

Could you advise?

Suggest upgrade to Phoenix 1.4

I suggest you upgrade Phoenix version to 1.4, as many libs need 1.4 now, otherwise can't use those functionalities. thanks.

Archive can't by day

Hi Meddle,

The archive only by month, but I have more than 100 posts per day, could you let it configure to archive by month and day? otherwise 3000 post per month will be very difficult for user to scroll down.

Performance issue with post loading

I have around 500 posts, the server first time startup for the loading of post taking too long time.

Almost take 6 mins to load them. I found a lot of "git log" external process running, each at a time, taking too much time to load.

Any idea how to resolve this?

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.